Don't implement popup_menu in GtkWindow
authorMatthias Clasen <mclasen@redhat.com>
Tue, 14 Jan 2014 03:59:59 +0000 (22:59 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 14 Jan 2014 03:59:59 +0000 (22:59 -0500)
commit1691bb741d50c90ee938f0b73fe81b0ca9bfd6d4
tree61b230f7adade30377ec77fa039a8897b1d7ea11
parent7a411eb6dd4dd0dedf28f3b5414561e765886369
Don't implement popup_menu in GtkWindow

This leads to disastruous results, since each menu is itself
in a GtkWindow, so holding down the menu key leads to a neverending
cascade of menus on top of menus.

https://bugzilla.gnome.org/show_bug.cgi?id=722106
gtk/gtkwindow.c